Skip to main content
Version: Next

Returns changelog entries as of a specified timestamp, optionally filtered by a list of BPNL/S/A, or business partner types

Returns changelog entries as of a specified timestamp, optionally filtered by a list of BPNL/S/A, or business partner types

Query Parameters
  • page string

    Default value: 0

    Number of page to get results from

  • size string

    Possible values: <= 100

    Default value: 10

    Size of each page

Request Body required
  • timestampAfter date-time

    Only changelog entries created after this time. Ignored if empty.

  • bpns string[]

    Only for business partners with the given array of BPNL/S/A. Ignored if empty.

  • businessPartnerTypes string[]

    Possible values: [LEGAL_ENTITY, SITE, ADDRESS, GENERIC]

    Only for business partners with the given array of business partner types. Ignored if empty.

Responses

The specified changelog entries


Schema
  • totalElements int64

    Total number of all results in all pages

  • totalPages int32

    Total number pages

  • page int32

    Current page number

  • contentSize int32

    Number of results in the page

  • content object[]

    Collection of results in the page

  • bpn string

    The business partner number for which the changelog entry was created. Can be either a BPNL, BPNS or BPNA.

  • businessPartnerType string

    Possible values: [LEGAL_ENTITY, SITE, ADDRESS, GENERIC]

    One of the types of business partners for which the changelog entry was created: legal entity, site, address.

  • timestamp date-time

    The date and time when the changelog entry was created.

  • changelogType string

    Possible values: [CREATE, UPDATE]

    One of the actions for which the changelog entry was created: create, update.

Loading...